home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TSUCHLISTEFORM / TSUCHLISTEFORM.txt
Text File  |  2014-12-03  |  2KB  |  80 lines

  1. object SuchlisteForm: TSuchlisteForm
  2.   Left = 947
  3.   Top = 571
  4.   BorderStyle = bsDialog
  5.   Caption = '_Trefferliste [99 Personen]'
  6.   ClientHeight = 383
  7.   ClientWidth = 448
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   OnCreate = TntFormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Person: TTntGroupBox
  21.     Tag = 107
  22.     Left = 9
  23.     Top = 11
  24.     Width = 430
  25.     Height = 317
  26.     Caption = 'Personen (Name, Vorname)'
  27.     TabOrder = 0
  28.     object LBPersonen: TTntListBox
  29.       Left = 22
  30.       Top = 26
  31.       Width = 387
  32.       Height = 277
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clWindowText
  35.       Font.Height = -12
  36.       Font.Name = 'Arial'
  37.       Font.Style = []
  38.       ItemHeight = 15
  39.       ParentFont = False
  40.       Sorted = True
  41.       TabOrder = 0
  42.       OnDblClick = OKClick
  43.     end
  44.   end
  45.   object OK: TTntButton
  46.     Tag = 106
  47.     Left = 237
  48.     Top = 347
  49.     Width = 97
  50.     Height = 27
  51.     Caption = '&Gehe zu...'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 1
  55.     OnClick = OKClick
  56.   end
  57.   object Abbruch: TTntButton
  58.     Tag = 105
  59.     Left = 345
  60.     Top = 347
  61.     Width = 97
  62.     Height = 27
  63.     Cancel = True
  64.     Caption = '&Abbrechen'
  65.     ModalResult = 2
  66.     TabOrder = 2
  67.   end
  68.   object AllesErsetzen: TTntButton
  69.     Tag = 105
  70.     Left = 129
  71.     Top = 347
  72.     Width = 97
  73.     Height = 27
  74.     Caption = 'Alles &Ersetzen'
  75.     ModalResult = 8
  76.     TabOrder = 3
  77.     OnClick = AllesErsetzenClick
  78.   end
  79. end
  80.